home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object DBGrid1: TDBGrid
- Left = 25
- Top = 68
- Width = 320
- Height = 120
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBNavigator1: TDBNavigator
- Left = 149
- Top = 14
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 57
- Top = 220
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'IBLOCAL'
- TableName = 'EMPLOYEE'
- Left = 31
- Top = 7
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 74
- Top = 11
- end
- end
-